From 08e7b6ec9db32bc30f9a7ee553bdb5ed1a6781f4 Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Thu, 6 May 2010 11:07:16 +0200 Subject: [PATCH] Fix build target dependency for build-doc. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 286e71a2a..d85002b23 100755 --- a/debian/rules +++ b/debian/rules @@ -76,7 +76,8 @@ build-stamp: configure-stamp touch $@ -build-doc-stamp: configure-stamp +# We need a gpsbabel binary to build the documentation. +build-doc-stamp: build-stamp $(MAKE) $(DOCTEMP)/htmldoc-devel/index.html WEB=$(DOCTEMP) DOCVERSION=devel cp $(CURDIR)/debian/gpsbabel-doc.doc-base-common $(CURDIR)/debian/gpsbabel-doc.doc-base ifneq (mips,$(HOSTARCH)) -- 2.30.2